home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
i_l
/
irit5
/
irit
/
makefile.tc
< prev
next >
Wrap
Makefile
|
1995-12-30
|
3KB
|
51 lines
#
# Makefile for the IRIT solid modeler.
#
#
# This makefile is for Turbo C++ 1.0 and up (Using Ansi C though).
#
# Works only on TC++ 1.0 make and up - swap out make before invoking command.
# .SWAP
# Includes generic definitions.
!include "..\makeflag.tc"
OBJS = ctrl-brk.obj dosintr.obj freefrm1.obj freefrm2.obj freefrm3.obj \
freefrm4.obj inptevl1.obj inptevl2.obj inptevl3.objinptprsr.obj \
irit.obj objects1.obj objects2.obj overload.obj windows.obj \
viewobj.obj
irit.exe: $(OBJS)
$(LNK) @&&!
$(TC_LIB_DIR)\c0l+
$(OBJS)
irit.exe
irit.map
$(LIBS)
!$(LFLAGS)
install: irit.exe
copy irit.exe $(BIN_DIR)
del irit.exe
copy iritinit.irt $(BIN_DIR)
copy irit-dos.cfg $(BIN_DIR)\irit.cfg
# Dependencies starts here - do not touch, generated automatically.
ctrl-brk.obj: program.h inptprsg.h ctrl-brk.h
dosintr.obj: program.h dosintr.h ctrl-brk.h windows.h
freefrm1.obj: program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
freefrm2.obj: program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
freefrm3.obj: program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
freefrm4.obj: program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
inptevl1.obj: program.h ../include/allocate.h ../include/attribut.h ../include/convex.h ctrl-brk.h dosintr.h freeform.h ../include/geomat3d.h ../include/geomvals.h inptprsg.h inptprsl.h objects.h overload.h ../include/primitiv.h windows.h ../include/iritgrap.h
inptevl2.obj: program.h ../include/allocate.h ../include/attribut.h ../include/convex.h ctrl-brk.h dosintr.h freeform.h ../include/geomat3d.h ../include/geomvals.h inptprsg.h inptprsl.h objects.h overload.h ../include/primitiv.h windows.h ../include/iritgrap.h
inptevl3.obj: program.h ctrl-brk.h objects.h ../include/allocate.h inptprsg.h inptprsl.h windows.h
inptprsr.obj: program.h ../include/allocate.h ctrl-brk.h inptprsg.h inptprsl.h objects.h overload.h windows.h
irit.obj: program.h ../include/config.h ctrl-brk.h dosintr.h inptprsg.h ../include/iritprsr.h objects.h windows.h ../include/iritgrap.h ../include/irit_soc.h ../include/bool_lib.h ../include/trim_lib.h ../include/triv_lib.h ../include/symb_lib.h
objects1.obj: program.h ../include/allocate.h ../include/attribut.h ../include/primitiv.h ../include/geomat3d.h objects.h freeform.h windows.h
objects2.obj: program.h ../include/allocate.h ../include/attribut.h ../include/primitiv.h ../include/geomat3d.h objects.h freeform.h windows.h
overload.obj: program.h ../include/allocate.h ../include/attribut.h ../include/bool_lib.h freeform.h ../include/geomat3d.h inptprsg.h inptprsl.h objects.h overload.h
windows.obj: program.h ../include/irit_soc.h ../include/iritprsr.h windows.h ../include/iritgrap.h